home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface AnalysisObject:Object
- {
- id AnalysisWindow;
- id AnalysisBox;
- id BuyBox;
- id SellBox;
- id Comm1;
- id Comm10;
- id Comm11;
- id Comm12;
- id Comm13;
- id Comm2;
- id Comm3;
- id Comm4;
- id Comm5;
- id Comm6;
- id Comm7;
- id Comm8;
- id Comm9;
- id CommissionWindow;
- id FlatFee;
- id NetAmountPerShare;
- id NetAmountPerShare2;
- id NetProfitLost;
- id NetProfitLostPerShare;
- id NumberOfShares;
- id NumberOfShares2;
- id PrincipalValue;
- id RadioButton;
- id SharePriceDifference;
- id Stock1;
- id Stock10;
- id Stock11;
- id Stock12;
- id Stock13;
- id Stock2;
- id Stock3;
- id Stock4;
- id Stock5;
- id Stock6;
- id Stock7;
- id Stock8;
- id Stock9;
- id StockPrice;
- id StockPrice2;
- id TeleMaxInput;
- id Total; // Net Amount Buy Box
- id Total2; // Net Amount Sell Box
- id TotalCommission;
- id TotalCommission2;
- id TotalCommissionCharges;
- id TotalCommPerShare;
- id TotalStockPrice;
- id TotalStockPrice2;
- id BreakEven;
- id MyScrollView;
- id ReportWindow;
- id document; // document id variable
- }
-
- - Calc:sender;
- - DirectTrading:sender;
- - PrintCalc:sender;
- - PrintCommSchedule:sender;
- - TeleMax:sender;
- - PrintBuy:sender;
- - PrintSell:sender;
- - PrintAll:sender;
- - appendText:sender;
-
- @end
-